VObjectPair

Section: ET++ class description (n)
Updated: automatically Fri Mar 15 14:14:25 1991
Index Return to Main Contents
 

NAME

VObjectPair - aligns two VObjects horizontally  

DESCRIPTION

The VObjectPair manages two other VObjects. It is often used to display an item with a label, e.g. the items in a file dialog (see class FileItem) or a button and its label (see class LabeledButton). Therefore it aligns them horizontally along their baselines with a certain gap between them.


classes are sometimes derived from VObjectPair.
class VObjectPair is sometimes reused directly.
class VObjectPair contains 14 methods.

owner of class:
nobody.
baseclasses:
VObject
subclasses:
FileItem, LabeledButton, MenuItem, PopupItem
flags:
VObjFlags

 

INSTANCE VARIABLES

gap (protected Point)
the gap between the left and right VObject

left (protected VObject *)
the VObject at the left

right (protected VObject *)
the VObject at the right

 

INSTANCE METHOD LIST

client interface
VObjectPair

implementation
Base
DispatchEvents
Draw
Enable
FreeAll
GetMinSize
Parts
PrintOn
ReadFrom
SendDown
SetContainer
SetExtent
SetOrigin

 

CATEGORIES

VObject Composition

 

FILES

declaration:
VObjectPair.h

 

KNOWN PROBLEMS

VObjectPair does not implement the method Detect making it impossible to look for items in the VObject trees below through the method FindItem.  

HISTORY

joe@csesbg.at  Mon Sep 09 12:21 1991 MET DST

man2html: unable to open or read file ../mann/VObjectPair::Base.n
man2html: unable to open or read file ../mann/VObjectPair::DispatchEvents.n
man2html: unable to open or read file ../mann/VObjectPair::Draw.n
man2html: unable to open or read file ../mann/VObjectPair::Enable.n
man2html: unable to open or read file ../mann/VObjectPair::FreeAll.n
man2html: unable to open or read file ../mann/VObjectPair::GetMinSize.n
man2html: unable to open or read file ../mann/VObjectPair::Parts.n
man2html: unable to open or read file ../mann/VObjectPair::PrintOn.n
man2html: unable to open or read file ../mann/VObjectPair::ReadFrom.n
man2html: unable to open or read file ../mann/VObjectPair::SendDown.n
man2html: unable to open or read file ../mann/VObjectPair::SetContainer.n
man2html: unable to open or read file ../mann/VObjectPair::SetExtent.n
man2html: unable to open or read file ../mann/VObjectPair::SetOrigin.n
man2html: unable to open or read file ../mann/VObjectPair::VObjectPair.n


 

Index

NAME
DESCRIPTION
INSTANCE VARIABLES
INSTANCE METHOD LIST
CATEGORIES
FILES
KNOWN PROBLEMS
HISTORY

This document was created by man2html, using the manual pages.
Time: 00:40:21 GMT, March 30, 2022